home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Accounting-Tools / EasiPOS97.exe / SALESTMP.MD_ / SALESTMP.MD / Sales.json next >
JavaScript Object Notation  |  1999-01-03  |  295b

  1. {
  2.     "schema": {
  3.         "SaleDate": "DateTime",
  4.         "Price": "Currency",
  5.         "Unit": "Text (10)",
  6.         "Quantity": "Text (10)",
  7.         "Total": "Currency",
  8.         "UserName": "Text (20)",
  9.         "Customer": "Text (50)",
  10.         "RefNumber": "Long Integer",
  11.         "Profit": "Single",
  12.         "Tax": "Single",
  13.         "Null": "Integer",
  14.         "StockNo": "Text (30)",
  15.         "Description": "Text (50)"
  16.     },
  17.     "data": []
  18. }